home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / ProgramF / CRYSTAL / CRW9 / DEV / INCLUDE / U25SAMP1.MAK < prev    next >
Encoding:
Text File  |  2002-01-18  |  5.3 KB  |  197 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on u25samp1.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=u25samp1 - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to u25samp1 - Win32 Debug.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "u25samp1 - Win32 Release" && "$(CFG)" != "u25samp1 - Win32 Debug"
  8. !MESSAGE Invalid configuration "$(CFG)" specified.
  9. !MESSAGE You can specify a configuration when running NMAKE
  10. !MESSAGE by defining the macro CFG on the command line. For example:
  11. !MESSAGE 
  12. !MESSAGE NMAKE /f "u25samp1.mak" CFG="u25samp1 - Win32 Debug"
  13. !MESSAGE 
  14. !MESSAGE Possible choices for configuration are:
  15. !MESSAGE 
  16. !MESSAGE "u25samp1 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  17. !MESSAGE "u25samp1 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  18. !MESSAGE 
  19. !ERROR An invalid configuration is specified.
  20. !ENDIF 
  21.  
  22. !IF "$(OS)" == "Windows_NT"
  23. NULL=
  24. !ELSE 
  25. NULL=nul
  26. !ENDIF 
  27.  
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "u25samp1 - Win32 Release"
  33.  
  34. OUTDIR=.\WinRel
  35. INTDIR=.\WinRel
  36. # Begin Custom Macros
  37. OutDir=.\WinRel
  38. # End Custom Macros
  39.  
  40. ALL : "$(OUTDIR)\u25samp1.dll" "$(OUTDIR)\u25samp1.bsc"
  41.  
  42.  
  43. CLEAN :
  44.     -@erase "$(INTDIR)\UFJOB.OBJ"
  45.     -@erase "$(INTDIR)\UFJOB.SBR"
  46.     -@erase "$(INTDIR)\UFLSAMP1.OBJ"
  47.     -@erase "$(INTDIR)\UFLSAMP1.SBR"
  48.     -@erase "$(INTDIR)\UFMAIN.OBJ"
  49.     -@erase "$(INTDIR)\UFMAIN.SBR"
  50.     -@erase "$(INTDIR)\vc60.idb"
  51.     -@erase "$(OUTDIR)\u25samp1.bsc"
  52.     -@erase "$(OUTDIR)\u25samp1.dll"
  53.     -@erase "$(OUTDIR)\u25samp1.exp"
  54.     -@erase "$(OUTDIR)\u25samp1.lib"
  55.  
  56. "$(OUTDIR)" :
  57.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  58.  
  59. CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\u25samp1.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  60. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
  61. BSC32=bscmake.exe
  62. BSC32_FLAGS=/nologo /o"$(OUTDIR)\u25samp1.bsc" 
  63. BSC32_SBRS= \
  64.     "$(INTDIR)\UFJOB.SBR" \
  65.     "$(INTDIR)\UFLSAMP1.SBR" \
  66.     "$(INTDIR)\UFMAIN.SBR"
  67.  
  68. "$(OUTDIR)\u25samp1.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
  69.     $(BSC32) @<<
  70.   $(BSC32_FLAGS) $(BSC32_SBRS)
  71. <<
  72.  
  73. LINK32=link.exe
  74. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\u25samp1.pdb" /machine:I386 /def:".\u25samp1.def" /out:"$(OUTDIR)\u25samp1.dll" /implib:"$(OUTDIR)\u25samp1.lib" 
  75. DEF_FILE= \
  76.     ".\u25samp1.def"
  77. LINK32_OBJS= \
  78.     "$(INTDIR)\UFJOB.OBJ" \
  79.     "$(INTDIR)\UFLSAMP1.OBJ" \
  80.     "$(INTDIR)\UFMAIN.OBJ"
  81.  
  82. "$(OUTDIR)\u25samp1.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  83.     $(LINK32) @<<
  84.   $(LINK32_FLAGS) $(LINK32_OBJS)
  85. <<
  86.  
  87. !ELSEIF  "$(CFG)" == "u25samp1 - Win32 Debug"
  88.  
  89. OUTDIR=.\WinDebug
  90. INTDIR=.\WinDebug
  91. # Begin Custom Macros
  92. OutDir=.\WinDebug
  93. # End Custom Macros
  94.  
  95. ALL : "$(OUTDIR)\u25samp1.dll" "$(OUTDIR)\u25samp1.bsc"
  96.  
  97.  
  98. CLEAN :
  99.     -@erase "$(INTDIR)\UFJOB.OBJ"
  100.     -@erase "$(INTDIR)\UFJOB.SBR"
  101.     -@erase "$(INTDIR)\UFLSAMP1.OBJ"
  102.     -@erase "$(INTDIR)\UFLSAMP1.SBR"
  103.     -@erase "$(INTDIR)\UFMAIN.OBJ"
  104.     -@erase "$(INTDIR)\UFMAIN.SBR"
  105.     -@erase "$(INTDIR)\vc60.idb"
  106.     -@erase "$(INTDIR)\vc60.pdb"
  107.     -@erase "$(OUTDIR)\u25samp1.bsc"
  108.     -@erase "$(OUTDIR)\u25samp1.dll"
  109.     -@erase "$(OUTDIR)\u25samp1.exp"
  110.     -@erase "$(OUTDIR)\u25samp1.ilk"
  111.     -@erase "$(OUTDIR)\u25samp1.lib"
  112.     -@erase "$(OUTDIR)\u25samp1.pdb"
  113.  
  114. "$(OUTDIR)" :
  115.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  116.  
  117. CPP_PROJ=/nologo /Zp1 /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\u25samp1.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  118. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 
  119. BSC32=bscmake.exe
  120. BSC32_FLAGS=/nologo /o"$(OUTDIR)\u25samp1.bsc" 
  121. BSC32_SBRS= \
  122.     "$(INTDIR)\UFJOB.SBR" \
  123.     "$(INTDIR)\UFLSAMP1.SBR" \
  124.     "$(INTDIR)\UFMAIN.SBR"
  125.  
  126. "$(OUTDIR)\u25samp1.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
  127.     $(BSC32) @<<
  128.   $(BSC32_FLAGS) $(BSC32_SBRS)
  129. <<
  130.  
  131. LINK32=link.exe
  132. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)\u25samp1.pdb" /debug /machine:I386 /def:".\u25samp1.def" /out:"$(OUTDIR)\u25samp1.dll" /implib:"$(OUTDIR)\u25samp1.lib" 
  133. DEF_FILE= \
  134.     ".\u25samp1.def"
  135. LINK32_OBJS= \
  136.     "$(INTDIR)\UFJOB.OBJ" \
  137.     "$(INTDIR)\UFLSAMP1.OBJ" \
  138.     "$(INTDIR)\UFMAIN.OBJ"
  139.  
  140. "$(OUTDIR)\u25samp1.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  141.     $(LINK32) @<<
  142.   $(LINK32_FLAGS) $(LINK32_OBJS)
  143. <<
  144.  
  145. !ENDIF 
  146.  
  147. .c{$(INTDIR)}.obj::
  148.    $(CPP) @<<
  149.    $(CPP_PROJ) $< 
  150. <<
  151.  
  152. .cpp{$(INTDIR)}.obj::
  153.    $(CPP) @<<
  154.    $(CPP_PROJ) $< 
  155. <<
  156.  
  157. .cxx{$(INTDIR)}.obj::
  158.    $(CPP) @<<
  159.    $(CPP_PROJ) $< 
  160. <<
  161.  
  162. .c{$(INTDIR)}.sbr::
  163.    $(CPP) @<<
  164.    $(CPP_PROJ) $< 
  165. <<
  166.  
  167. .cpp{$(INTDIR)}.sbr::
  168.    $(CPP) @<<
  169.    $(CPP_PROJ) $< 
  170. <<
  171.  
  172. .cxx{$(INTDIR)}.sbr::
  173.    $(CPP) @<<
  174.    $(CPP_PROJ) $< 
  175. <<
  176.  
  177.  
  178. !IF "$(CFG)" == "u25samp1 - Win32 Release" || "$(CFG)" == "u25samp1 - Win32 Debug"
  179. SOURCE=.\UFJOB.C
  180.  
  181. "$(INTDIR)\UFJOB.OBJ"    "$(INTDIR)\UFJOB.SBR" : $(SOURCE) "$(INTDIR)"
  182.  
  183.  
  184. SOURCE=.\UFLSAMP1.C
  185.  
  186. "$(INTDIR)\UFLSAMP1.OBJ"    "$(INTDIR)\UFLSAMP1.SBR" : $(SOURCE) "$(INTDIR)"
  187.  
  188.  
  189. SOURCE=.\UFMAIN.C
  190.  
  191. "$(INTDIR)\UFMAIN.OBJ"    "$(INTDIR)\UFMAIN.SBR" : $(SOURCE) "$(INTDIR)"
  192.  
  193.  
  194.  
  195. !ENDIF 
  196.  
  197.